home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / FreeSoftware / MicrosoftXP / personal_main.swf / scripts / DefineButton2_629 / BUTTONCONDACTION on(release).as
Text File  |  2001-03-22  |  525b  |  24 lines

  1. on(release){
  2.    setProperty("/control", _X, - Number(752));
  3.    tellTarget("/section_title")
  4.    {
  5.       gotoAndStop("show_access");
  6.       play();
  7.       tellTarget("/question_space")
  8.       {
  9.          gotoAndStop("show_access");
  10.          play();
  11.          tellTarget("/subnav_grid")
  12.          {
  13.             gotoAndStop("show_access");
  14.             play();
  15.             tellTarget("/prev_next")
  16.             {
  17.                gotoAndStop("access");
  18.                play();
  19.             }
  20.          }
  21.       }
  22.    }
  23. }
  24.